šŸ“… Google Calendar Event ID Extractor

This tool extracts the internal Event ID from a Google Calendar event link. It's especially useful when you need to search for calendar activity inside the Google Workspace Admin Console → Calendar Audit Logs.

You can paste any event link (such as one containing tmeid= or from an /eventedit/ or /duplicate/ URL), and the tool will decode the link and show the first 26-character alphanumeric event ID.

šŸ”Ž Note: This tool uses a regular expression to extract only the first 26-character lowercase alphanumeric string from the decoded event data.
This matches the format Google expects in audit log searches — so we intentionally strip everything else to avoid errors.